type go/types.target
9 uses
go/types (current package)
assignments.go#L264: var target *target
call.go#L34: func (check *Checker) funcInst(T *target, pos token.Pos, x *operand, ix *indexedExpr, infer bool) []Type {
expr.go#L945: type target struct {
expr.go#L952: func newTarget(typ Type, desc string) *target {
expr.go#L955: return &target{sig, desc}
expr.go#L968: func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
expr.go#L992: func (check *Checker) nonGeneric(T *target, x *operand) {
expr.go#L1021: func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
expr.go#L1251: func (check *Checker) expr(T *target, x *operand, e ast.Expr) {